C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<S,T> Class / CanInsertRange Method

In This Topic
CanInsertRange Method (C1WrapDataCollection<S,T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function CanInsertRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of S) _
) As Boolean
 

Parameters

startingIndex
items
See Also